home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vbboid / boittest.frm < prev    next >
Text File  |  1999-09-15  |  42KB  |  1,351 lines

  1. VERSION 5.00
  2. Begin VB.Form Form1 
  3.    Caption         =   "vbBoid : Example of emergent behaviour  ⌐ RL 1999"
  4.    ClientHeight    =   8130
  5.    ClientLeft      =   60
  6.    ClientTop       =   630
  7.    ClientWidth     =   11880
  8.    ForeColor       =   &H8000000F&
  9.    LinkTopic       =   "Form1"
  10.    MinButton       =   0   'False
  11.    ScaleHeight     =   8130
  12.    ScaleWidth      =   11880
  13.    StartUpPosition =   2  'CenterScreen
  14.    WindowState     =   2  'Maximized
  15.    Begin VB.Frame Frame4 
  16.       Height          =   8055
  17.       Left            =   0
  18.       TabIndex        =   69
  19.       Top             =   0
  20.       Width           =   1875
  21.       Begin VB.HScrollBar HScroll1 
  22.          Height          =   255
  23.          Index           =   3
  24.          Left            =   120
  25.          Max             =   50
  26.          TabIndex        =   96
  27.          Top             =   360
  28.          Value           =   30
  29.          Width           =   1575
  30.       End
  31.       Begin VB.CommandButton Command1 
  32.          Caption         =   "Clear"
  33.          Height          =   375
  34.          Left            =   960
  35.          TabIndex        =   95
  36.          Top             =   7080
  37.          Width           =   855
  38.       End
  39.       Begin VB.CheckBox chkEnclosed 
  40.          Caption         =   "Enclosed"
  41.          Height          =   375
  42.          Left            =   180
  43.          TabIndex        =   94
  44.          Top             =   6660
  45.          Width           =   1335
  46.       End
  47.       Begin VB.CommandButton cmdExit 
  48.          Caption         =   "Exit"
  49.          Height          =   375
  50.          Left            =   120
  51.          TabIndex        =   87
  52.          Top             =   7560
  53.          Width           =   795
  54.       End
  55.       Begin VB.CheckBox chkShowCentre 
  56.          Caption         =   "Show"
  57.          Height          =   255
  58.          Left            =   840
  59.          TabIndex        =   86
  60.          Top             =   720
  61.          Width           =   735
  62.       End
  63.       Begin VB.HScrollBar HScroll1 
  64.          Height          =   255
  65.          Index           =   0
  66.          Left            =   120
  67.          Max             =   10
  68.          TabIndex        =   85
  69.          Top             =   960
  70.          Value           =   3
  71.          Width           =   1575
  72.       End
  73.       Begin VB.HScrollBar HScroll1 
  74.          Height          =   255
  75.          Index           =   1
  76.          Left            =   120
  77.          Max             =   10
  78.          TabIndex        =   84
  79.          Top             =   1560
  80.          Value           =   4
  81.          Width           =   1575
  82.       End
  83.       Begin VB.HScrollBar HScroll1 
  84.          Height          =   255
  85.          Index           =   2
  86.          Left            =   120
  87.          Max             =   10
  88.          TabIndex        =   83
  89.          Top             =   2160
  90.          Value           =   6
  91.          Width           =   1575
  92.       End
  93.       Begin VB.TextBox Text6 
  94.          Height          =   285
  95.          Left            =   1200
  96.          TabIndex        =   82
  97.          Text            =   ".5"
  98.          Top             =   3060
  99.          Width           =   495
  100.       End
  101.       Begin VB.CommandButton cmdExecute 
  102.          Caption         =   "Execute"
  103.          Height          =   375
  104.          Left            =   60
  105.          TabIndex        =   81
  106.          Top             =   7080
  107.          Width           =   855
  108.       End
  109.       Begin VB.TextBox Text5 
  110.          Height          =   285
  111.          Left            =   1200
  112.          TabIndex        =   80
  113.          Text            =   "80"
  114.          Top             =   2580
  115.          Width           =   495
  116.       End
  117.       Begin VB.CheckBox chkGrid 
  118.          Caption         =   "Show Grid"
  119.          Height          =   255
  120.          Left            =   180
  121.          TabIndex        =   79
  122.          Top             =   5160
  123.          Width           =   1335
  124.       End
  125.       Begin VB.CheckBox chkTrails 
  126.          Caption         =   "Show Trails"
  127.          Height          =   255
  128.          Left            =   180
  129.          TabIndex        =   78
  130.          Top             =   4800
  131.          Width           =   1335
  132.       End
  133.       Begin VB.TextBox Text7 
  134.          Height          =   285
  135.          Left            =   1200
  136.          TabIndex        =   77
  137.          Text            =   "4"
  138.          Top             =   3540
  139.          Width           =   495
  140.       End
  141.       Begin VB.CheckBox chkShowSep 
  142.          Caption         =   "Show "
  143.          Height          =   255
  144.          Left            =   840
  145.          TabIndex        =   76
  146.          Top             =   1320
  147.          Width           =   735
  148.       End
  149.       Begin VB.CheckBox chkShowAlign 
  150.          Caption         =   "Show "
  151.          Height          =   255
  152.          Left            =   840
  153.          TabIndex        =   75
  154.          Top             =   1920
  155.          Width           =   855
  156.       End
  157.       Begin VB.CheckBox chkShowSensor 
  158.          Caption         =   "Show Vision"
  159.          Height          =   255
  160.          Left            =   180
  161.          TabIndex        =   74
  162.          Top             =   4440
  163.          Width           =   1335
  164.       End
  165.       Begin VB.CheckBox chkShowBox 
  166.          Caption         =   "Show Obstacle Box"
  167.          Height          =   375
  168.          Left            =   180
  169.          TabIndex        =   73
  170.          Top             =   5520
  171.          Width           =   1335
  172.       End
  173.       Begin VB.CheckBox chkShowColours 
  174.          Caption         =   "Show Colours"
  175.          Height          =   255
  176.          Left            =   180
  177.          TabIndex        =   72
  178.          Top             =   4080
  179.          Width           =   1335
  180.       End
  181.       Begin VB.CheckBox chkShowArrow 
  182.          Caption         =   "Show Arrow"
  183.          Height          =   375
  184.          Left            =   180
  185.          TabIndex        =   71
  186.          Top             =   5940
  187.          Width           =   1335
  188.       End
  189.       Begin VB.CheckBox chkShowCircle 
  190.          Caption         =   "Show Circle"
  191.          Height          =   375
  192.          Left            =   180
  193.          TabIndex        =   70
  194.          Top             =   6300
  195.          Width           =   1335
  196.       End
  197.       Begin VB.Label Label3 
  198.          Caption         =   "Boid Count"
  199.          Height          =   255
  200.          Index           =   6
  201.          Left            =   120
  202.          TabIndex        =   97
  203.          Top             =   120
  204.          Width           =   1695
  205.       End
  206.       Begin VB.Label Label3 
  207.          Caption         =   "Centre"
  208.          Height          =   255
  209.          Index           =   0
  210.          Left            =   120
  211.          TabIndex        =   93
  212.          Top             =   720
  213.          Width           =   735
  214.       End
  215.       Begin VB.Label Label3 
  216.          Caption         =   "Separate"
  217.          Height          =   255
  218.          Index           =   1
  219.          Left            =   120
  220.          TabIndex        =   92
  221.          Top             =   1320
  222.          Width           =   735
  223.       End
  224.       Begin VB.Label Label3 
  225.          Caption         =   "Align"
  226.          Height          =   255
  227.          Index           =   2
  228.          Left            =   120
  229.          TabIndex        =   91
  230.          Top             =   1920
  231.          Width           =   735
  232.       End
  233.       Begin VB.Label Label3 
  234.          Caption         =   "Sensor Range (Pix)"
  235.          Height          =   495
  236.          Index           =   3
  237.          Left            =   120
  238.          TabIndex        =   90
  239.          Top             =   2580
  240.          Width           =   975
  241.       End
  242.       Begin VB.Label Label3 
  243.          Caption         =   "Max Turn (Rad)"
  244.          Height          =   495
  245.          Index           =   4
  246.          Left            =   120
  247.          TabIndex        =   89
  248.          Top             =   3060
  249.          Width           =   735
  250.       End
  251.       Begin VB.Label Label3 
  252.          Caption         =   "Field of View (Rad)"
  253.          Height          =   495
  254.          Index           =   5
  255.          Left